home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / LORD2B6.ZIP / BOAT.REF < prev    next >
Text File  |  1997-04-27  |  2KB  |  97 lines

  1. ;Ref for all boating stuff  (Go Gilligan!)
  2.  
  3. @#BSIGN
  4. ;A stock message outline
  5. @DO SAYBAR
  6. `2You're on a boat!!!
  7. @DO MOVEBACK
  8.  
  9. @#BOAT
  10. ;The actual travel boat
  11. @DO MOVEBACK
  12. @BUSY
  13. @DO `v01 is 1
  14. @SHOW
  15. `r0`c  `r1  Looks like a chartering ship  `r0
  16.  
  17.   `2A small man with a checkboard greets you `0"Tickets please..."
  18.                       
  19. @DO WRITE
  20. `x`x
  21. @CHOICE
  22. I was just looking around actually
  23. >`i26 0 Show him your ticket to ArrisVille
  24. >`i27 0 Show him your ticket to Karna
  25. >`i33 0 Show him your ticket to FlagCity
  26. >`i32 0 Show him your ticket to PortTown
  27. @IF RESPONSE IS 1 THEN DO
  28. @Begin
  29. @Show
  30. `\`\  `$"Just admiring you nice ship here,"`2 you say.
  31. `\`k  `0"How nice, please leave" `2he snaps.
  32. `\`k
  33. @DRAWMAP
  34. @UPDATE        
  35. @CLOSESCRIPT
  36. @End
  37. ;ticket to ArrisVille
  38. @IF RESPONSE IS 2 THEN DO
  39. @Begin
  40. @Show
  41. `\`\  `0"That's great, but the town's currently under siege.  We aren't
  42.   going there" `2The man replies.
  43. `\`k
  44. @DRAWMAP
  45. @UPDATE
  46. @CLOSESCRIPT
  47. @End
  48. ;ticket to Karna
  49. @IF RESPONSE IS 3 THEN DO
  50. @Begin
  51. @Show
  52. `\`\  `0"That town's not quite finished yet, ergo leave!" `2The man replies.
  53. `\`k
  54. @DRAWMAP
  55. @UPDATE
  56. @CLOSESCRIPT
  57. @End
  58. ;ticket to FlagCity
  59. @IF RESPONSE IS 4 THEN DO
  60. @Begin
  61. @do `i33 - 1
  62. @do `p13 is 2
  63. @Show
  64. `\`\  `0"Allrighty then, let's go!" `2The man replies.
  65. `\`k
  66. @loadmap 71
  67. @do map is 71
  68. @do x is 38
  69. @do y is 14
  70. @DRAWMAP
  71. @DO SAYBAR
  72. `2Welcome to FlagCity
  73. @UPDATE
  74. @CLOSESCRIPT
  75. @End
  76. ;ticket to PortTown
  77. @IF RESPONSE IS 5 THEN DO
  78. @Begin
  79. @do `i32 - 1
  80. @do `p13 is 1
  81. @Show
  82. `\`\  `0"PortTown?  Good choice, let's go!" `2The man replies.
  83. `\`k
  84. @loadmap 152
  85. @do map is 152
  86. @do x is 38
  87. @do y is 2
  88. @DRAWMAP
  89. @DO SAYBAR
  90. `2Welcome to PortTown
  91. @UPDATE
  92. @CLOSESCRIPT
  93. @End
  94.  
  95.  
  96. @#nomore
  97.